8 months ago
MCP server for accessing Israeli Government Open Data through data.gov.il
Enables Claude and other AI assistants to search, discover, and analyze thousands of government datasets from Israel's open data portal.
Overview
🌐 About
This server connects to data.gov.il - Israel's national open data portal with datasets from:
- Government ministries (Health, Finance, Transportation, etc.)
- Local authorities and municipalities
- Public companies and regulatory bodies
Uses the CKAN API for real-time access to live government data.
📋 Requirements
- Node.js 18+
- Claude Desktop or any MCP-compatible client
- Internet connection
🤝 Contributing
Issues and pull requests welcome! This is an open source project to make Israeli government data more accessible.
📄 License
MIT License - see LICENSE file.
Made with ❤️ by David Osher for the Israeli open data community 🇮🇱
Server Config
{
"mcpServers": {
"data-gov-il": {
"command": "npx",
"args": [
"--yes",
"git+https://github.com/DavidOsherProceed/data-gov-il-mcp.git",
"--stdio"
]
}
}
}